home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk138 / envvariables / makefile < prev   
Encoding:
Makefile  |  1995-03-19  |  438 b   |  31 lines

  1. #
  2. # Makefile for env
  3. #
  4. # $Header: local:src/MINE/cmd/env/RCS/Makefile,v 1.2 90/05/26 12:55:30 peterc Exp $
  5. # $Log:        Makefile,v $
  6. # Revision 1.2  90/05/26  12:55:30  peterc
  7. # Added RCS goo
  8. #
  9. #
  10. env: env.o 
  11.        blink from env.o to env nd
  12.        protect env +p
  13.  
  14. env.o: env.c
  15.        lc -cus -v -O env.c
  16.  
  17.  
  18. install: env
  19.        copy env local:bin
  20.  
  21. clean:
  22.        rm -f env.o
  23.  
  24. clobber: clean
  25.        rm -f env
  26.  
  27. .DEFAULT:
  28.        co $@
  29.